home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic HTML Construction Kit
/
Dynamic HTML Construction Kit.iso
/
source_code
/
dhtmlunl
/
dhtml.exe
/
CD Content
/
Chap12
/
dun12_2.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-18
|
412 b
|
23 lines
<HTML>
<HEAD>
<TITLE>absolute positioning</TITLE>
</HEAD>
<STYLE TYPE="text/css">
.myClass{
POSITION: absolute;
COLOR: red;
TOP: 100px;
LEFT: 100px;
FONT-SIZE: 40pt;
FONT-FAMILY: sans-serif
}
</STYLE>
<BODY>
Some standard text before the element
<SPAN CLASS="myClass">
hello you
</SPAN>
Some standard text after the element
</BODY>
</HTML>